Welcome![Sign In][Sign Up]
Location:
Search - create window

Search list

[OS program创建Window服务(Service)及调试

Description: 创建 Window 服务 (Service) 及调试-create Window Service (Service) and Debugging
Platform: | Size: 29068 | Author: 王大 | Hits:

[Other resourceThinkinJava(Chinese)

Description: 这是一本试合JAVA初学者的书籍 第1章 对象入门 第2章 一切都是对象 第3章 控制程序流程 第4章 初始化和清除 第5章 隐藏实施过程 第6章 类再生 第7章 多形性 第8章 对象的容纳 第9章 违例差错控制 第10章 Java IO系统 第11章 运行期类型鉴定 第12章 传递和返回对象 第13章 创建窗口和程序片 第14章 多线程 第15章 网络编程 第16章 设计范式 第17章 项目 附录A 使用非Java代码 附录B 对比C++和Java 附录C Java编程规则 附录D 性能 -This is a test of a Java beginner books target Chapter 1 Introduction Chapter 2 are all targets with Chapter 3 system procedures have initialization Chapter 4 and Chapter 5 to remove hidden implementation process like Chapter 6 Chapter 7 of renewable pleomorphic Chapter 8 targets in Chapter 9 accommodate offenders error control Chapter 10 Java IO system Chapter 11 Operation Identification of the type-Chapter 12 targeted delivery and return of Chapter 13 proceedings and to create window film Chapter 14 multithreading Chapter 15 Network Programming Chapter 16 Fan Design - Chapter 17 Appendix A project to use non-Java code contrast Appendix B Appendix C and C Java Java programming rules Appendix D is performance
Platform: | Size: 690819 | Author: 洪逸轩 | Hits:

[OpenGL programShowBall

Description: 这个程序是用OpenGL和glaux在Visual Studio .Net的开发环境中创建的. 该程序包含的功能有: 1. 对键盘的输入作出响应 2. 3D物体的旋转动画 3. 创建窗口显示 4. 创建全屏显示 5. 3维贴图 该程序适用于初学OpenGL, 尤其是初学glaux的程序员. 读码愉快!-this procedure is OpenGL and glaux in Visual Studio. Net development environment created. The program contains functions : 1. the keyboard input to respond to two. 3D objects rotating animation 3. four create window displays. creating five full screen display . three-dimensional mapping of the procedures applicable to beginners OpenGL, especially when a glaux programmers. happy reading!
Platform: | Size: 74820 | Author: 海洋 | Hits:

[OtherRejister

Description: 通过编写本程序,可以掌握 1.维空间增加成员函数和变量; 2.明白MainFram和View的作用区域; 窗口产生过程: 1.创建窗口资源 2.创建窗口类 3.为窗口控件增加消息处理函数; 4.在主窗口中增加控件调用对话框 -through the preparation of this program, one can grasp. Dimensional Space increase in the membership functions and variables; 2. MainFram and understand the role of regional View; window selection process : 1. resources to create two windows. create window category 3. Controls window to the news handling functions; 4. the main window to add call control dialog
Platform: | Size: 55054 | Author: 刘天 | Hits:

[AI-NN-PR关于tts语音引擎的使用方法

Description: 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。   Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\Speech目录下的Vtxauto.tlb文件,在Delphi的Import目录中就会生成VTxtAuto—TLB.pas文件,其中定义了VTxtAuto—TLB单元,把它加到Uses成员中来。设计如图2所示的窗口,定义全局变量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注册}   “Read”按钮代码为:   VoTxt.Speak(Memo1.Lines.Text,10) {朗读}   “Stop”按钮代码为:   VoTxt.StopSpeaking {停止朗读}   至此,应用程序已具有朗读功能,10表示使用普通语气。借住VoTxt的属性和方法,我们还可以控制阅读速度和语气,实现暂停、跳句等功能,Speech API编程就这么简单。 -TTS voice on the use of the engine! Many software with English pronunciation and reading aloud function, they have used MSTTS (Microsoft Text To Speech) technology. Microsoft COM comply with the standards and provide a set of Speech API to right MSTTS program. The procedure to use this API, we must ensure that the system has been installed and Spchapi MSTTS package. Speech API can be used as a type library to Delphi, is : Open Project menu under the Import Type Litrary, click on the "Add" to join Windows \ directory under the Speech Vtxauto.tlb documents in the Delphi Import directory will generate VTxtAuto- TLB.pas document, which will just a VTxtAuto- TLB units, it added Uses members to China. Figure 2 shows the design of windows, the definition of global variables : var VoTx
Platform: | Size: 7168 | Author: 章称 | Hits:

[OS program创建Window服务(Service)及调试

Description: 创建 Window 服务 (Service) 及调试-create Window Service (Service) and Debugging
Platform: | Size: 28672 | Author: 王大 | Hits:

[GUI DevelopFirstSkinMagic

Description: SkinMagic Toolkit is a powerful library that changes the visual appearance of windows or dialogs, providing developers with full-featured support for application skins , or application look and feel . SkinMagic makes it easy to create programs with visually stunning, fully interactive user interfaces. With SkinMagic you could make your program look exactly like it was from another OS, or create your own user WinAmp-like "skinned" interfaces, or just give it a different, distinctive look.-SkinMagic Toolkit is a powerful library that changes the visual appearance of windows or dialogs, providing developers with full-featured support for application skins, or application look and feel. SkinMagic makes it easy to create programs with visually stunning, fully interactive user interfaces. With SkinMagic you could make your program look exactly like it was from another OS, or create your own user WinAmp-like "skinned" interfaces, or just give it a different, distinctive look.
Platform: | Size: 528384 | Author: d | Hits:

[Windows DevelopMFCWindowsStyle

Description: MFC窗口风格浏览器,而且不用重新编译 CWnd::CreateEx()实现的组合风格, CWnd::ModifyStyle和ExStyle实现的增加和删除功能-MFC style browser window, and do not recompile CWnd : : CreateEx (), a combination of style, CWnd : : ModifyStyle ExStyle and achieve growth and delete functions
Platform: | Size: 151552 | Author: 张海玉 | Hits:

[Windows Developwin32controls

Description: 用纯粹的API来创建窗口控件及其控制 作者: hwc 此代码示范并解释了如何用纯粹的API创建窗口控件,如使用CreateWindow和 CreateWindowEx在窗口中创建列表框、编辑框和按钮。不仅告诉你如何创建它们,而且还示范了如何使用。此外,代码还示范了如何用TAB、Shift+Tab等来控制输入焦点以及快捷键。-Using pure API to create window controls and its control Author: hwc this code model and explains how to use the API to create a purely window controls, such as the use of CreateWindow and CreateWindowEx to create the list in the window box, edit box and button. Not only tell you how to create them, but also demonstrated how to use. In addition, the code also demonstrated how to use TAB, Shift+ Tab to control the input focus, etc., as well as shortcuts.
Platform: | Size: 22528 | Author: 李桃 | Hits:

[ComboBoxCode

Description: 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of MFC Framework. AppWizard is a source code generation tool that is computer-aided process design tools, WinMain in MFC process is how to from the source was hidden, theApp global variable is how the distribution, MFC framework of several types of roles and mutual relations, MFC frame window is how the generation and destruction of the window class PreCreateWidow and OnCreate function of the focus on analysis of the two, Windows window with the C++ the CWnd class relations.
Platform: | Size: 126976 | Author: sanpian | Hits:

[EditBoxgramme_code

Description: 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of MFC Framework. AppWizard is a source code generation tool that is computer-aided process design tools, WinMain in MFC process is how to from the source was hidden, theApp global variable is how the distribution, MFC framework of several types of roles and mutual relations, MFC frame window is how the generation and destruction of the window class PreCreateWidow and OnCreate function of the focus on analysis of the two, Windows window with the C++ the CWnd class relations.
Platform: | Size: 228352 | Author: sanpian | Hits:

[ComboBoxwindows

Description: 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of MFC Framework. AppWizard is a source code generation tool that is computer-aided process design tools, WinMain in MFC process is how to from the source was hidden, theApp global variable is how the distribution, MFC framework of several types of roles and mutual relations, MFC frame window is how the generation and destruction of the window class PreCreateWidow and OnCreate function of the focus on analysis of the two, Windows window with the C++ the CWnd class relations.
Platform: | Size: 1044480 | Author: sanpian | Hits:

[Special EffectsMFCappwizad

Description: 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of MFC Framework. AppWizard is a source code generation tool that is computer-aided process design tools, WinMain in MFC process is how to from the source was hidden, theApp global variable is how the distribution, MFC framework of several types of roles and mutual relations, MFC frame window is how the generation and destruction of the window class PreCreateWidow and OnCreate function of the focus on analysis of the two, Windows window with the C++ the CWnd class relations.
Platform: | Size: 46080 | Author: 王英妹 | Hits:

[Windows DevelopCreateWindow

Description: 自己编码实现创建窗口功能,简明表述mfc内部实现窗口创建的过程-Own code to achieve the creation of the window function, concise statements mfc window within the process of creating
Platform: | Size: 1940480 | Author: 贾晓凯 | Hits:

[GUI DevelopCodeforMVC

Description: MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard Principle and analysis of MFC Framework. AppWizard is a source code generation tool is computer-aided design tools, WinMain in MFC process is how from the source was hidden, theApp global variable is how to be allocated, MFC in the framework of the several types of roles and each other relations, MFC framework of the window is how to produce and destruction of the window class PreCreateWidow and OnCreate focus on analysis of the two functions, Windows window and C++ of CWnd type relationship.
Platform: | Size: 45056 | Author: 董宇 | Hits:

[Dialog_WindowWin32_CREAT-WINDOW

Description: 使用C++的MFC创建窗口,工程示例。适合初学者-MFC create window sample
Platform: | Size: 992256 | Author: cnctshy | Hits:

[GUI Developwindow

Description: create window, show window and using message loop
Platform: | Size: 2048 | Author: 147258 | Hits:

[Dialog_Windowdynamic-create-window-and-dialog

Description: 在窗口中用两种方法动态创建对话框和form,并且使得对话框在窗口中自由移动,包含许多有用的知识点-With the window are two ways to dynamically create the dialog box and form, and makes the dialog box to move freely in the window, contains a lot of useful knowledge
Platform: | Size: 201728 | Author: qifengzeng | Hits:

[Dialog_Windowwindow

Description: 使用windows系统的api创建窗口,而不使用mfc提供的框架创建窗口。-use windows system native api to create window, and no use mfc framework to create window.
Platform: | Size: 3072 | Author: he | Hits:

[Windows DevelopWin32Basic

Description: Test create window simple
Platform: | Size: 11114496 | Author: boytjmjler | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net